home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYGRAPH.ZIP / CRHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-10-20  |  1KB  |  41 lines

  1. unit CRHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 8;
  8.   hcAdjustPalette        = 21;
  9.   hcClearGraphWin        = 15;
  10.   hcColorDialog          = 28;
  11.   hcDefaultFont          = 22;
  12.   hcDeskTop              = 1;
  13.   hcellipses             = 11;
  14.   hcFile                 = 4;
  15.   hcGraphics             = 9;
  16.   hcGraphicsWindow       = 25;
  17.   hcGraphWinSize         = 16;
  18.   hcLineGraph            = 13;
  19.   hclines                = 10;
  20.   hcLoadFile             = 5;
  21.   hcMenu                 = 2;
  22.   hcNoContext            = 0;
  23.   hcOColors              = 20;
  24.   hcOptions              = 18;
  25.   hcPaletteDialog        = 23;
  26.   hcPrevious             = 65318;
  27.   hcrectangles           = 12;
  28.   hcSaveFile             = 6;
  29.   hcScreen               = 19;
  30.   hcScreenDialog         = 24;
  31.   hcSizeDialog           = 26;
  32.   hcStarField            = 14;
  33.   hcStatusLine           = 3;
  34.   hcTreeWindow           = 27;
  35.   hcViewDoc              = 7;
  36.   hcWindows              = 17;
  37.  
  38. implementation
  39.  
  40. end.
  41.